type crypto/tls.helloRequestMsg
5 uses
	crypto/tls (current package)
		conn.go#L1121: 		m = new(helloRequestMsg)
		conn.go#L1263: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1907: type helloRequestMsg struct {
		handshake_messages.go#L1910: func (*helloRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1914: func (*helloRequestMsg) unmarshal(data []byte) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)